'Declaration Public Function New( _
ByVal destinationPointsAn array of four points that define a quadrangle.() As System.Drawing.PointF, _
ByVal backgroundColorA background color of the image.As System.Drawing.Color _
)
public QuadrilateralWarpCommand(
System.Drawing.PointF[] destinationPoints,
System.Drawing.Color backgroundColor
)
public: QuadrilateralWarpCommand(
System.Drawing.PointF[]* destinationPoints,
System.Drawing.Color* backgroundColor
)
public:
QuadrilateralWarpCommand(
array<System.Drawing.PointF>^ destinationPoints,
System.Drawing.Color^ backgroundColor
)
Parameters
- destinationPoints
- An array of four points that define a quadrangle.
- backgroundColor
- A background color of the image.